home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 20 - Adware and Spyware / BHODemon20Setup_2022.exe / install_script.iss
Text File  |  2005-12-30  |  3KB  |  59 lines

  1. ;InnoSetupVersion=4.1.5
  2.  
  3. [Setup]
  4. AppName=BHODemon
  5. AppVerName=BHODemon 2.0.0.22
  6. AppId=BHODemon
  7. AppPublisher=Definitive Solutions, Inc.
  8. AppPublisherURL=http://www.definitivesolutions.com
  9. AppSupportURL=http://www.definitivesolutions.com
  10. AppUpdatesURL=http://www.definitivesolutions.com
  11. DefaultDirName={pf}\BHODemon 2
  12. DefaultGroupName=BHODemon 2.0
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\BHODemon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\bhodemon20help.html"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\BHODemonWhatsNew.html"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\BHODemon20List.ini"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\CLSID.html"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\bholist.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\mfc71.dll"; DestDir: "{app}"; 
  29. Source: "{app}\msvcp71.dll"; DestDir: "{app}"; 
  30. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; 
  31.  
  32. [Registry]
  33. Root: HKCU; Subkey: "Software\Definitive Solutions\BHODemon 2.0"; Flags: uninsdeletekey 
  34.  
  35. [Run]
  36. Filename: "{app}\bhodemon20help.html"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  37. Filename: "{app}\BHODemon.exe"; Description: "Launch BHODemon 2.0"; Flags: postinstall skipifsilent nowait
  38.  
  39. [Icons]
  40. Name: "{group}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; 
  41. Name: "{group}\Uninstall BHODemon 2.0"; Filename: "{uninstallexe}"; 
  42. Name: "{userdesktop}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Tasks: desktopicon; 
  43. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Tasks: quicklaunchicon; 
  44. Name: "{userstartup}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Flags: runminimized 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  48. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  49.  
  50. [UninstallDelete]
  51. Type: files; Name: "{app}\_BHODemon.log"; 
  52. Type: dirifempty; Name: "{app}"; 
  53. Type: files; Name: "{app}\BHODemonReport_{{*}.txt"; 
  54.  
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.